home *** CD-ROM | disk | FTP | other *** search
- ;Shutdown script: Automatically executed when you quit Virtuoso.
- ;The commands contained here are for a Kantronics TNC.
- ;Make sure TNC is in command mode, send a control-C character.
- TYPE("^C")
- ;Set TNC in channel A and send a Return character for good measure.
- TYPE("|A^M")
- ;Change the CTEXT contents so people connecting know I'm not here
- TYPE("CTEXT I'm not at the keyboard right now. Please leave a message in my PBBS. 73-Jim^M")
- ;When people connect, send them to my PBBS
- TYPE("CMSG PBBS^M")
- ;Turn monitoring off.
- TYPE("MONITOR OFF^M")
- ;Send the XOFF Character Control-S
- TYPE("^S")
- END.